This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I have an application and am stuck on what should be the simplest code. I wrote the below to illustrate the problem:
1) I have a value in a field (value is "CANCEL") from a document field called arrayMethod
2) I collect this value and put it into a string. The string has the value "CANCEL"
3) I then attempt to convert the value depending on what 2) returns
4) Believe it not the result is "leave" rather than "Remove"